ServiceFindItem Method (StandardFolder) |
Finds items in the specified folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindItemResponse FindItem(
StandardFolder standardFolder
)
Public Function FindItem (
standardFolder As StandardFolder
) As FindItemResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The identifier of the folder in which to search for items.
Return Value
Type:
FindItemResponseThe results of the search.
See Also